home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 551-575 / disk_559 / apig / readme.txt < prev    next >
Text File  |  1992-05-06  |  2KB  |  70 lines

  1.  
  2.  A Programmers Intuition & Graphics Library
  3.   ^ARexx
  4.  
  5. Version 1.1  Sept. 21, 1991
  6.   
  7. This library became a major project simply because rexxarplib had no easy
  8. way of clearing a string gadget.  Then I wanted more control over menu 
  9. placement, and I wanted to used my own gadget imagery, and I wanted to attach
  10. a console to the window, and I wanted a super-bitmap window, and I wanted
  11. to create a layer, and I wanted ... access to the resident graphic functions.
  12.  
  13. I've included as many of the Amiga resident library functions as I could. 
  14. Be careful with these functions, since the apig.library simply stuffs the
  15. appropriate registers with the values you pass it, then calls the Amiga 
  16. INTUITION/GRAPHIC function.
  17.  
  18.  This archive should contain the following files
  19.  
  20.     apig.library
  21.     iff.library         C. Weber's IFF library version 18.5
  22.     apig.doc            <---- PRINT & READ THIS !!!  (about 50 pages)
  23.     readme.txt
  24.     release_info
  25.     globals.rexx        Intuition constants
  26.  
  27.     bitmap              a small iff
  28.     bitmap2             a small iff
  29.     uparrow.bitmap      a small iff
  30.     downarrow.bitmap    a small iff
  31.     octalbuttonbitmap   a small iff
  32.     checkedbuttonbitmap a small iff
  33.     gorilla             a iff picture
  34.     req6bitmap          a small iff
  35.  
  36.     and the following example Rexx pgms
  37.  
  38.     e1_window.rexx
  39.     e2_window.rexx      
  40.     e3_drawing.rexx     
  41.     e4_areafills.rexx   
  42.     e5_menus.rexx       
  43.     e6_requesters.rexx  
  44.     e7_images.rexx      
  45.     e7_images2.rexx      
  46.     e8_blits.rexx       
  47.     e9_layers.rexx      
  48.     e10_superwindow.rexx 
  49.     e11_followmouse.rexx
  50.     e12_gadgets.rexx    
  51.     e13_fonts.rexx      
  52.     e14_iffintoscr.rexx 
  53.     e15_borders.rexx 
  54.     e16_pointers.rexx 
  55.     e17_execlist.rexx 
  56.     e18_cedparody.rexx
  57.     e19_preferences.rexx
  58.  
  59. The library has not been tested under 2.0, like many of you I dont have it
  60. yet!  However I suspect that it should work under 2.0, let me know if it
  61. does not.
  62.  
  63. If you have comments, suggestions, complaints, bug reports, etc. I can be
  64. reached on PORTAL. I also make a charitable contribution to COMPUSERVE
  65. every month but rarely ever visit there, my id is 72460,1754.
  66.  
  67. Let me know what you think,   Ronnie E Kelly  (Sept 1991)
  68.  
  69.  
  70.